Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 3 of 4) 113 Result(s) found 

 

Using Regular Expression With VB6 (Using Search/Replace , Match Collection, SubMatch Collection)
Total Hit (17867) This article will show you how you can use Regular Expression to do some complex Search and Replace task with Regular Expression. This demo will show you use of Matches and SubMatches collection to get all Matches in input string and SubMatches in a single Match. ....Read More
Rating
Extract words with the RegExp object
Total Hit (3740) The following routine extracts all the words from a source string and returns a collection. Optionally, the result contains only unique words. This code is remarkably simpler than an equivalent "pure" VB solution because it takes advantage of the RegExp object in the Microsoft VBScript Regular Expr ....Read More
Rating
InstrTblRev - The last occurrence of a char in a table
Total Hit (3364) «Code LangId=2»' If INCLUDE is True or is omitted, return the last occurrence of a character ' in a group ' or -1 if SOURCE doesn't contain any character among those listed in TABLE. ' If INCLUDE is False, return the last occurrence of the character in SOURCE ' that does not appear in TABLE. ....Read More
Rating
SplitQuoted - A split variant that deals correctly with quoted elements
Total Hit (1906) «Code LangId=2»' split a string, dealing correctly with quoted items ' ' TEXT is the string to be split ' SEPARATOR is the separator char (default is comma) ' QUOTES is the character used to quote strings (default is """", ' the double quote) ' you can also use a character pair (eg "{}") ....Read More
Rating
70-305 Dumps (Web Application)
Total Hit (3029) This is the gateway to 70-305 exam. B_F 1. «h3 align="center"»«i»Do not memorize this Dump, Learn it and you will pass easy. Powered by Big_Foot!«br» Good Luck for the preparations.«/h3»«/i» 1. You are a Web developer for your company. You create an ASP.NET application that accesse ....Read More
Rating
This is a link to a different site Utilizing Regular Expressions
Total Hit (1683) This article is a follow-up to an earlier 4Guys article, An Introduction to Regular Expression with VBScript. (If you are not familiar with regular expressions, I highly recommend that you read the An Introduction to Regular Expression with VBScript article!) Since the previous article served more a ....Read More
Rating
This is a link to a different site An Introduction to Regular Expressions and Their Use in .NET I...
Total Hit (2548) Regular expressions pop up in several locations in .NET and its supporting technologies. A prime example would be in the RegularExpression server validation control but the power of regular expressions are also utilised elsewhere, for example within XSD schemas with the pattern facet. This gives a g ....Read More
Rating
This is a link to a different site Utilizing Regular Expression SubMatches
Total Hit (1616) This article examines advanced features of regular expressions. For more basic and beginner-level information on regular expressions, as well as a number of articles illustrating various applications of regular expressions, be sure to check out the articles at the Regular Expression Article Index! ....Read More
Rating
This is a link to a different site Picking Out Delimited Text with Regular Expressions
Total Hit (1724) Have you ever wanted to parse an HTML document and be able to easily grab the text between certain text delimiters? For example, imagine that we wanted to list all the text in an HTML document that falls within any bold tags (<b> ... </b>). Or say that we wanted to grab the text (if any) that was th ....Read More
Rating
This is a link to a different site URL Rewriting in ASP.NET
Total Hit (1014) Examines how to perform dynamic URL rewriting with Microsoft ASP.NET. URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. Discusses the various techniques for implementing URL rewriting, and examines real-world scenarios of URL re ....Read More
Rating
This is a link to a different site xp_regex: Regular Expressions in SQL Server 2000
Total Hit (618) Regular Expressions are probably the best tool for text parsing. Using Regular Expressions GREATLY simplifies anything for which you would normally use CHARINDEX, PATINDEX, SUBSTRING, STUFF, REPLACE, etc.
Rating
This is a link to a different site The Regulator : Regular expressions testing tool
Total Hit (1557) The Regulator is an advanced Regular expressions testing tool, featuring syntax highlighting and web-service integration with Regexlib.com's database of online regular expressions.
Rating
This is a link to a different site A site for Regular Expression Resources
Total Hit (936) Welcome to RegExLib.com, the Internet's first Regular Expression Library. Currently we have indexed 637 expressions from contributors around the world. We hope you'll find this site useful and come back whenever you're looking for an expression for a particular task, or have just figured out a new e ....Read More
Rating
This is a link to a different site Regular expressions to validate different string patterns
Total Hit (1484) This all are the common regular expressions to validate different type of string patterns
Rating
This is a link to a different site Regular expressions to validate email address
Total Hit (802) This all are the common regular expressions to validate email address
Rating
This is a link to a different site ASP.NET Common Web Page Class Library - Part 4
Total Hit (713) A utility class containing some useful features for ASP.NET applications
Rating
This is a link to a different site Using the CustomValidator Control
Total Hit (2695) One annoying task that most every developer has had to face in the past is form validation. Since forms are an integral part of dynamic, data-driven Web sites, it is essential that a user's query into a form fit the specified guidelines. For example, in a Web site like Amazon.com where users are ent ....Read More
Rating
This is a link to a different site How Do I...Get all matches for a pattern
Total Hit (836) Regular Expressions are often useful when trying to retrieve small portions of text from a large document, result set, or when filtering a stream. The MatchCollection object contains all valid Match objects for a given regular expression after a successful match occurs. ....Read More
Rating
This is a link to a different site How to upload your files in ASP.Net
Total Hit (737) This article explains how to upload files using ASP.Net with example
Rating
EvaluateModule - a module for evaluating expressions
Total Hit (2587) «Code LangId=2»' A module for evaluating expressions, with support for ' parenthesis and many math functions ' Example: ' Dim expr As String = "(SQR(9)^3)+COS(0)*3+ABS(-10)" ' txtResult.Text = Evaluate(expr).ToString ' ==> 27+3+10 ==> 40 Imports System.Text.RegularExpressions M ....Read More
Rating
This is a link to a different site A Managed C++ Email Validator Control for ASP.NET
Total Hit (771) An ASP.NET Validator Control implemented in Managed C++ that can be used to verify email addresses by connecting to SMTP servers listed as Mail eXchangers for a domain, includes example of Win32 API Interoperability with C++ .NET. The validation is not RegEx based. ....Read More
Rating
This is a link to a different site Calling .Net Classes from Visual Basic 6
Total Hit (1002) Despite all the power and features of Visual Studio.Net, lots of developers are sticking with good old Visual Basic 6 for at least some of their development projects. There's good reason for this. Tens of thousands of developers know VB6 from the inside out, and can create applications quickly and e ....Read More
Rating
This is a link to a different site Implementing an ASP.NET Validator - UriValidator
Total Hit (2570) An article describing how to implement a custom ASP.NET validator.
Rating
This is a link to a different site Creating packages in code – Execute SQL Task
Total Hit (1660) The Execute SQL Task is for obvious reasons very well used, so I thought if you are building packages in code the chances are you will be using it. Using the task basic features of the task are quite straightforward, add the task and set some properties, just like any other. When you start interacti ....Read More
Rating
This is a link to a different site Yukon Basics: XML, T-SQL, and the CLR Create a New World of Database Programming
Total Hit (1039) The next version of SQL Server, code-named "Yukon," includes quite a few enhancements and expanded language support. For example, Transact-SQL now conforms more closely to the ANSI-99 SQL specification and makes querying more flexible and expressive. Yukon can execute user-defined functions, stored ....Read More
Rating
This is a link to a different site How to grant permissions to a custom assembly that is referenced in a report in Reporting Services
Total Hit (1283) This article describes a problem that occurs when you access a custom assembly in your report that does not have sufficient permissions on the resources in your environment. The article also provides steps to grant permissions to the custom assemblies that are used in the reports. ....Read More
Rating
This is a link to a different site Using Partitions in a SQL Server 2000 Data Warehouse
Total Hit (1633) This chapter discusses the role of partitioning data in the data warehouse. The relational data warehouse and Microsoft® SQL Server™ 2000 Analysis Services cubes both support the partitioning of data. The logical concept behind partitioning is the same in both engines of SQL Server: to horizontally ....Read More
Rating
This is a link to a different site Reporting Options for Analysis Services Cubes: MS Excel 2002
Total Hit (1667) This is the tenth article of the series, Introduction to MSSQL Server 2000 Analysis Services. As I stated in the first article, Creating Our First Cube, the primary focus of this series is an introduction to the practical creation and manipulation of multidimensional OLAP cubes. The series is design ....Read More
Rating
This is a link to a different site Get More Out of SQL Server Reporting Services Charts
Total Hit (4152) This white paper presents general information, best practices, and tips for designing charts within Microsoft SQL Server Reporting Services reports. It provides an overview of some Reporting Services features, answers common chart design and feature questions, and includes advanced examples of how t ....Read More
Rating
This is a link to a different site Designing and implementing a versatile data access tier for an ASP.NET application
Total Hit (682) In this article, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier (DAT)
Rating


(Page 3 of 4) 113 Result(s) found  1 2 3 4

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.